home *** CD-ROM | disk | FTP | other *** search
- <Strings>
- <string id="MovieClip.attachMovie" value="Takes a movie from the library and attachs it to the stage."/>
- <string id="MovieClip.createEmptyMovieClip" value="Creates an empty movie clip."/>
- <string id="MovieClip.createTextField" value="Creates a Text Field object."/>
- <string id="MovieClip.duplicateMovieClip" value="Duplicates a movie clip."/>
- <string id="MovieClip.getBounds" value="Returns an Object representing the boundaries of the movie clip."/>
- <string id="MovieClip.getBytesLoaded" value="Returns the number of bytes that have been downloaded."/>
- <string id="MovieClip.getBytesTotal" value="Returns the expected total number of bytes."/>
- <string id="MovieClip.getDepth" value="Returns the display depth the movie clip has been placed at."/>
- <string id="MovieClip.getURL" value="Loads a document at the specified URL into the specified window."/>
- <string id="MovieClip.globalToLocal" value="Converts the point object from Stage coodinates to the Movie Clip's coordinates."/>
- <string id="MovieClip.gotoAndPlay" value="Starts playback at the indicated frame."/>
- <string id="MovieClip.gotoAndStop" value="Moves the play head to the designated frame and halts."/>
- <string id="MovieClip.hitTest" value="Evaluates whether the movie clip is over the hit area."/>
- <string id="MovieClip.loadMovie" value="Loads a JPEG or SWF into the movie clip. "/>
- <string id="MovieClip.loadVariables" value="Set variables from an external file."/>
- <string id="MovieClip.localToGlobal" value="Translates the coordinates of the movie clip to screen coordinates."/>
- <string id="MovieClip.nextFrame" value="Advances playback to the next frame."/>
- <string id="MovieClip.play" value="Starts playback."/>
- <string id="MovieClip.prevFrame" value="Moves the playhead to the previous frame."/>
- <string id="MovieClip.removeMovieClip" value="Removes the movie clip from the stage."/>
- <string id="MovieClip.setMask" value="Masks the movie clip with the provided movie clip."/>
- <string id="MovieClip.startDrag" value="Lets the user drag the movie clip."/>
- <string id="MovieClip.stop" value="Stops play back."/>
- <string id="MovieClip.stopDrag" value="Halts the user from dragging the movie clip."/>
- <string id="MovieClip.swapDepths" value="Exchange the placement of this movie clip with another."/>
- <string id="MovieClip.unloadMovie" value="Removes a movie loaded with loadMovie."/>
- <string id="MovieClip.beginFill" value="Indicates the beginning of a new drawing path."/>
- <string id="MovieClip.beginGradientFill" value="Indicates the beginning of a new drawing path."/>
- <string id="MovieClip.lineStyle" value="Sets the line style."/>
- <string id="MovieClip.moveTo" value="Move the drawing to the specified coordinates."/>
- <string id="MovieClip.lineTo" value="Draw a line."/>
- <string id="MovieClip.curveTo" value="Draw a curve."/>
- <string id="MovieClip.endFill" value="End the drawing path."/>
- <string id="MovieClip.clear" value="Removes all the drawing commands."/>
- <string id="MovieClip.onSetFocus" value="Invoked when the clip receives keyboard focus."/>
- <string id="MovieClip.onKillFocus" value="Invoked when the clip loses keyboard focus."/>
- </Strings>
-